3.4.50 \(\int \frac {(c+a^2 c x^2)^3}{\sinh ^{-1}(a x)} \, dx\) [350]

Optimal. Leaf size=67 \[ \frac {35 c^3 \text {Chi}\left (\sinh ^{-1}(a x)\right )}{64 a}+\frac {21 c^3 \text {Chi}\left (3 \sinh ^{-1}(a x)\right )}{64 a}+\frac {7 c^3 \text {Chi}\left (5 \sinh ^{-1}(a x)\right )}{64 a}+\frac {c^3 \text {Chi}\left (7 \sinh ^{-1}(a x)\right )}{64 a} \]

[Out]

35/64*c^3*Chi(arcsinh(a*x))/a+21/64*c^3*Chi(3*arcsinh(a*x))/a+7/64*c^3*Chi(5*arcsinh(a*x))/a+1/64*c^3*Chi(7*ar
csinh(a*x))/a

________________________________________________________________________________________

Rubi [A]
time = 0.08, antiderivative size = 67, normalized size of antiderivative = 1.00, number of steps used = 7, number of rules used = 3, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.158, Rules used = {5791, 3393, 3382} \begin {gather*} \frac {35 c^3 \text {Chi}\left (\sinh ^{-1}(a x)\right )}{64 a}+\frac {21 c^3 \text {Chi}\left (3 \sinh ^{-1}(a x)\right )}{64 a}+\frac {7 c^3 \text {Chi}\left (5 \sinh ^{-1}(a x)\right )}{64 a}+\frac {c^3 \text {Chi}\left (7 \sinh ^{-1}(a x)\right )}{64 a} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(c + a^2*c*x^2)^3/ArcSinh[a*x],x]

[Out]

(35*c^3*CoshIntegral[ArcSinh[a*x]])/(64*a) + (21*c^3*CoshIntegral[3*ArcSinh[a*x]])/(64*a) + (7*c^3*CoshIntegra
l[5*ArcSinh[a*x]])/(64*a) + (c^3*CoshIntegral[7*ArcSinh[a*x]])/(64*a)

Rule 3382

Int[sin[(e_.) + (Complex[0, fz_])*(f_.)*(x_)]/((c_.) + (d_.)*(x_)), x_Symbol] :> Simp[CoshIntegral[c*f*(fz/d)
+ f*fz*x]/d, x] /; FreeQ[{c, d, e, f, fz}, x] && EqQ[d*(e - Pi/2) - c*f*fz*I, 0]

Rule 3393

Int[((c_.) + (d_.)*(x_))^(m_)*sin[(e_.) + (f_.)*(x_)]^(n_), x_Symbol] :> Int[ExpandTrigReduce[(c + d*x)^m, Sin
[e + f*x]^n, x], x] /; FreeQ[{c, d, e, f, m}, x] && IGtQ[n, 1] && ( !RationalQ[m] || (GeQ[m, -1] && LtQ[m, 1])
)

Rule 5791

Int[((a_.) + ArcSinh[(c_.)*(x_)]*(b_.))^(n_.)*((d_) + (e_.)*(x_)^2)^(p_.), x_Symbol] :> Dist[(1/(b*c))*Simp[(d
 + e*x^2)^p/(1 + c^2*x^2)^p], Subst[Int[x^n*Cosh[-a/b + x/b]^(2*p + 1), x], x, a + b*ArcSinh[c*x]], x] /; Free
Q[{a, b, c, d, e, n}, x] && EqQ[e, c^2*d] && IGtQ[2*p, 0]

Rubi steps

\begin {align*} \int \frac {\left (c+a^2 c x^2\right )^3}{\sinh ^{-1}(a x)} \, dx &=\frac {c^3 \text {Subst}\left (\int \frac {\cosh ^7(x)}{x} \, dx,x,\sinh ^{-1}(a x)\right )}{a}\\ &=\frac {c^3 \text {Subst}\left (\int \left (\frac {35 \cosh (x)}{64 x}+\frac {21 \cosh (3 x)}{64 x}+\frac {7 \cosh (5 x)}{64 x}+\frac {\cosh (7 x)}{64 x}\right ) \, dx,x,\sinh ^{-1}(a x)\right )}{a}\\ &=\frac {c^3 \text {Subst}\left (\int \frac {\cosh (7 x)}{x} \, dx,x,\sinh ^{-1}(a x)\right )}{64 a}+\frac {\left (7 c^3\right ) \text {Subst}\left (\int \frac {\cosh (5 x)}{x} \, dx,x,\sinh ^{-1}(a x)\right )}{64 a}+\frac {\left (21 c^3\right ) \text {Subst}\left (\int \frac {\cosh (3 x)}{x} \, dx,x,\sinh ^{-1}(a x)\right )}{64 a}+\frac {\left (35 c^3\right ) \text {Subst}\left (\int \frac {\cosh (x)}{x} \, dx,x,\sinh ^{-1}(a x)\right )}{64 a}\\ &=\frac {35 c^3 \text {Chi}\left (\sinh ^{-1}(a x)\right )}{64 a}+\frac {21 c^3 \text {Chi}\left (3 \sinh ^{-1}(a x)\right )}{64 a}+\frac {7 c^3 \text {Chi}\left (5 \sinh ^{-1}(a x)\right )}{64 a}+\frac {c^3 \text {Chi}\left (7 \sinh ^{-1}(a x)\right )}{64 a}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.07, size = 43, normalized size = 0.64 \begin {gather*} \frac {c^3 \left (35 \text {Chi}\left (\sinh ^{-1}(a x)\right )+21 \text {Chi}\left (3 \sinh ^{-1}(a x)\right )+7 \text {Chi}\left (5 \sinh ^{-1}(a x)\right )+\text {Chi}\left (7 \sinh ^{-1}(a x)\right )\right )}{64 a} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(c + a^2*c*x^2)^3/ArcSinh[a*x],x]

[Out]

(c^3*(35*CoshIntegral[ArcSinh[a*x]] + 21*CoshIntegral[3*ArcSinh[a*x]] + 7*CoshIntegral[5*ArcSinh[a*x]] + CoshI
ntegral[7*ArcSinh[a*x]]))/(64*a)

________________________________________________________________________________________

Maple [A]
time = 2.28, size = 42, normalized size = 0.63

method result size
derivativedivides \(\frac {c^{3} \left (35 \hyperbolicCosineIntegral \left (\arcsinh \left (a x \right )\right )+21 \hyperbolicCosineIntegral \left (3 \arcsinh \left (a x \right )\right )+7 \hyperbolicCosineIntegral \left (5 \arcsinh \left (a x \right )\right )+\hyperbolicCosineIntegral \left (7 \arcsinh \left (a x \right )\right )\right )}{64 a}\) \(42\)
default \(\frac {c^{3} \left (35 \hyperbolicCosineIntegral \left (\arcsinh \left (a x \right )\right )+21 \hyperbolicCosineIntegral \left (3 \arcsinh \left (a x \right )\right )+7 \hyperbolicCosineIntegral \left (5 \arcsinh \left (a x \right )\right )+\hyperbolicCosineIntegral \left (7 \arcsinh \left (a x \right )\right )\right )}{64 a}\) \(42\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a^2*c*x^2+c)^3/arcsinh(a*x),x,method=_RETURNVERBOSE)

[Out]

1/64/a*c^3*(35*Chi(arcsinh(a*x))+21*Chi(3*arcsinh(a*x))+7*Chi(5*arcsinh(a*x))+Chi(7*arcsinh(a*x)))

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a^2*c*x^2+c)^3/arcsinh(a*x),x, algorithm="maxima")

[Out]

integrate((a^2*c*x^2 + c)^3/arcsinh(a*x), x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a^2*c*x^2+c)^3/arcsinh(a*x),x, algorithm="fricas")

[Out]

integral((a^6*c^3*x^6 + 3*a^4*c^3*x^4 + 3*a^2*c^3*x^2 + c^3)/arcsinh(a*x), x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} c^{3} \left (\int \frac {3 a^{2} x^{2}}{\operatorname {asinh}{\left (a x \right )}}\, dx + \int \frac {3 a^{4} x^{4}}{\operatorname {asinh}{\left (a x \right )}}\, dx + \int \frac {a^{6} x^{6}}{\operatorname {asinh}{\left (a x \right )}}\, dx + \int \frac {1}{\operatorname {asinh}{\left (a x \right )}}\, dx\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a**2*c*x**2+c)**3/asinh(a*x),x)

[Out]

c**3*(Integral(3*a**2*x**2/asinh(a*x), x) + Integral(3*a**4*x**4/asinh(a*x), x) + Integral(a**6*x**6/asinh(a*x
), x) + Integral(1/asinh(a*x), x))

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a^2*c*x^2+c)^3/arcsinh(a*x),x, algorithm="giac")

[Out]

integrate((a^2*c*x^2 + c)^3/arcsinh(a*x), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {{\left (c\,a^2\,x^2+c\right )}^3}{\mathrm {asinh}\left (a\,x\right )} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c + a^2*c*x^2)^3/asinh(a*x),x)

[Out]

int((c + a^2*c*x^2)^3/asinh(a*x), x)

________________________________________________________________________________________